home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 0 / DISK0202.ZIP / COMMREAD.ME < prev    next >
Text File  |  1984-01-10  |  2KB  |  40 lines

  1. Edited From: Info-IBMPC Digest <Info-IBMPC@USC-ISIB.ARPA>
  2.  
  3. Info-IBMPC Digest       Sunday, 1 January 1984      Volume 3 : Issue 1
  4.  
  5. This Week's Editor: Dick Gillmann
  6.  
  7. Today's Topics:
  8.                          MIT/ISI Comm Package
  9. ----------------------------------------------------------------------
  10.  
  11. Subject: MIT/ISI Comm Package
  12. From: Dick Gillmann <GILLMANN@ISIB.ARPA>
  13.  
  14. We're releasing a new serial I/O package to the Info-IBMPC library.  It was
  15. originally developed by John Romkey and Jerry Saltzer of MIT.  I made some
  16. modifications.  Craig Rogers has taken it quite a bit further.  The package is
  17. fully interrupt driven on transmit, receive and error detection.  It will run
  18. at 9600 baud, and even faster if you don't plan on doing anything else.
  19.  
  20. Both my version and Craig's version are now in the library.  My version is
  21. pretty much the same as the one sent me by John Romkey.  It has been converted
  22. to use Microsoft Pascal calling conventions.  Only one serial port is
  23. supported (COM1:).  The package is in the file COM_PKG1.ASM.  A dumb terminal
  24. program that calls it, written in Pascal, is in the file GLASSTTY.PAS.  Send
  25. questions about this version to GILLMANN@ISIB.
  26.  
  27. Craig Rogers' version uses a dozen files or so.  CONTENTS describes the
  28. various files.  Both the complexity and flexibility of this version come from
  29. its ability to support multiple operating systems, languages, and address
  30. sizes.  Currently it supports large and small model Lattice C, DOS 1.1 and DOS
  31. 2.0 as well as a stand alone mode.  Both COM1 and COM2 are supported
  32. simultaneously.  A package is included for line printer support.  The
  33. subdirectory contains a dumb terminal program and a null modem program written
  34. in Lattice C that call the package.  Questions about this version to
  35. ROGERS@ISIB.
  36.  
  37. Dick Gillmann
  38. Bill Brackenridge
  39. ------------------------------
  40.